home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c++ / 181 / __headers__.txt next >
Encoding:
Text File  |  1996-08-06  |  615 b   |  15 lines

  1. "A function member of a derived class is *not* in the same scope 
  2. as a function member of the same name in a base class."
  3.  
  4. The next page [ARM] gives a justification for this decision, the 
  5. jist of which is that in a chain of derived classes, a "best match" 
  6. may be found deep in the base class which will surprise programmers 
  7. using the derived class.
  8.  
  9. Cheers,
  10. Russell Johnston
  11. <rjohnsto@edge.net>
  12.  
  13. [ comp.std.c++ is moderated.  Submission address: std-c++@ncar.ucar.edu.  Contact address: std-c++-request@ncar.ucar.edu.  The moderation policy  is summarized in http://dogbert.lbl.gov/~matt/std-c++/policy.html. ]
  14.  
  15.